home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_VIEWDEBUG_H__A2D4CDE5_22B4_11D4_ACF2_00A0CC533D52__INCLUDED_)
- #define AFX_VIEWDEBUG_H__A2D4CDE5_22B4_11D4_ACF2_00A0CC533D52__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ViewDebug.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CViewDebug form view
-
- #ifndef __AFXEXT_H__
- #include <afxext.h>
- #endif
-
- class CViewDebug : public CFormView
- {
- protected:
- CViewDebug(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CViewDebug)
-
- // Form Data
- public:
- //{{AFX_DATA(CViewDebug)
- enum { IDD = IDD_DEBUG };
- CRichEditCtrl m_ebLog;
- //}}AFX_DATA
-
- // Attributes
- public:
- UINT UpdateTimer;
- int Strike;
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CViewDebug)
- public:
- virtual void OnInitialUpdate();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- virtual ~CViewDebug();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
-
- // Generated message map functions
- //{{AFX_MSG(CViewDebug)
- afx_msg void OnButtonSendping();
- afx_msg void OnTimer(UINT nIDEvent);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_VIEWDEBUG_H__A2D4CDE5_22B4_11D4_ACF2_00A0CC533D52__INCLUDED_)
-